.international_text {
  width: auto;
  margin: auto;
  margin-top: 25px;
  font-weight: 600;
}
.marketplace_logo {
	width: 30%;
	height: 60px;
	margin: auto;
	display: block;
	max-width: 120px;
}

.tpo_o_txt {
	color: #ffffff;
	margin: 50px 0 0;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.22;
	text-transform: uppercase;
	height: fit-content;
}

.baner_text.text_simple_2.ca {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding: 20px;
}

.col_2pm {
	display: grid;
}


.coop {
	display: grid;
	width: fit-content;
	justify-items: center;
	row-gap: 8px;
}

.cart_x2 {
	background-image: url("..\\img\\tlo.png");
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border: solid 1px hsl(0, 0%, 80%);
padding: 5px !important;
}

.cart_x {
	background-image: url("..\\img\\tlo.png");
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border: solid 1px hsl(0, 0%, 80%);
padding: 5px !important;
}


.c_point {
	display: none;
}

.box_rr {
	width: 100%;
	height: fit-content;
	margin-left: -15px;
}

.box_ll {
	width: 100%;
	height: fit-content;
	margin-left: 15px;
}

.of_txt {
	font-style: normal;
	line-height: 1.2;
	font-weight: 300;
	font-size: 24px;
	max-width: 1200px;
	margin: auto;
	text-align: justify;
}


.baner_4 {
	background: #ff590a;
	border-radius: 4px;
	padding: 8px;
}

.img_of {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	max-width: 400px;
}

.col2 {
	display: grid;
	grid-template-columns: auto;
	width: auto;
	margin: auto;
	row-gap: 20px;
}


.cs_bg_top {
	background-image: url("..\\img\\bg_cs_top_x2.webp");
	height: 300px;
	width: 100%;
	color: white;
	font-size: 3em;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 0 15px;
	margin-left: -15px;
}

.li_3{
	list-style-type: none;
	display: grid;
	align-items: center;
	grid-template-columns: 24px auto;
	column-gap: 8px;
}

.add-value-wrapper {
	width: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: left;
	row-gap: 40px;
}


.container_logo {
	display: flex;
}

@media only screen and (min-device-width: 1400px) {
.international_text {
  width: 400px;
  margin: auto;
  margin-top: 25px;
  font-weight: 600;
}
.add-value-wrapper {
	width: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: left;
	row-gap: 40px;
	max-width: 1200px;
}
.cs_bg_top {
	background-image: url("..\\img\\bg_cs_top_x2.webp");
	height: 300px;
	width: 100%;
	color: white;
	font-size: 3em;
	text-align: left;
	display: flex;
	align-items: center;
	padding-left: 100px;
}

.baner_4 {
	background: #ff590a;
	padding: 0px;
	padding-top: 15px;
}

.col2{
	display: grid;
	grid-template-columns: auto auto;
	width: 1200px;
	margin: auto;
}

.img_of {
	height: 400px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 600px;
max-width:600px;
}

.box_rr {
	width: 100%;
	height: fit-content;
	display: grid;
	grid-template-columns: 60% 40%;
}

.c_point {
	margin: auto;
	height: 300px;
	display: flex;
	align-items: center;
}

.coop {
	display: flex;
	align-items: center;
	width: fit-content;
	column-gap: 16px;
}


.baner_text.text_simple_2.ca {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding: 80px;
}

.col_2pm {
	display: grid;
	grid-template-columns: auto auto;
}

.box_ll {
	width: 100%;
	height: fit-content;
	display: grid;
	grid-template-columns: 40% 60%;
}


}
